home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Sep 90 / MacApp.Tech$ 9⁄21⁄90 / 2004-Re C++ Pure Virtual -Sep90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  658 b   |  24 lines  |  [TEXT/GEOL]

  1. Item    1859113                         17-Sept-90        09:04PDT
  2.  
  3. From:   NAUTIL                          France - Dev, Nautil Info Lyon,IDV
  4.  
  5. To:     LOCKWOOD                        Savitar, Mike Lockwood,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: C++ Pure Virtual Function
  10.  
  11. Attn: Bert Sierra
  12.  
  13. Bert,
  14.  
  15. MPW C++ compiler always generates virtual tables for virtual classes: the
  16. virtual table contains all the virtual members of a class and there is no
  17. necessity to have all virtual members to be pure virtual.
  18. The generated reference of a pure virtual function is a function named
  19. "__pure_virtual_called".
  20.  
  21. Etienne
  22.  
  23.  
  24.